home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / NoteAttributeDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  744 b   |  39 lines  |  [TEXT/KAHL]

  1. /* NoteAttributeDialog.h */
  2.  
  3. #ifndef Included_NoteAttributeDialog_h
  4. #define Included_NoteAttributeDialog_h
  5.  
  6. /* NoteAttributeDialog module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* NoteObject */
  13. /* Screen */
  14. /* Main */
  15. /* Menus */
  16. /* EventLoop */
  17. /* SimpleButton */
  18. /* TextEdit */
  19. /* RadioButton */
  20. /* Alert */
  21. /* Numbers */
  22. /* WrapTextBox */
  23. /* SymbolicDuration */
  24. /* SymbolicPitch */
  25. /* DataMunging */
  26. /* SymbolicIsItInThere */
  27. /* CheckBox */
  28. /* TrackObject */
  29.  
  30. /* forwards */
  31. struct NoteObjectRec;
  32. struct TrackObjectRec;
  33.  
  34. /* show dialog box allowing user to edit note's parameters */
  35. void                        EditNoteParametersDialog(struct NoteObjectRec* Note,
  36.                                     struct TrackObjectRec* Track);
  37.  
  38. #endif
  39.